1*16467b97STreehugger Robot<?xml version="1.0" encoding="utf-8"?> 2*16467b97STreehugger Robot<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 3*16467b97STreehugger Robot <PropertyGroup> 4*16467b97STreehugger Robot <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5*16467b97STreehugger Robot <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6*16467b97STreehugger Robot <ProductVersion>9.0.30729</ProductVersion> 7*16467b97STreehugger Robot <SchemaVersion>2.0</SchemaVersion> 8*16467b97STreehugger Robot <ProjectGuid>{784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}</ProjectGuid> 9*16467b97STreehugger Robot <OutputType>Exe</OutputType> 10*16467b97STreehugger Robot <AppDesignerFolder>Properties</AppDesignerFolder> 11*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime.Tests</RootNamespace> 12*16467b97STreehugger Robot <AssemblyName>Antlr3-2.Runtime.Tests.DotNet20</AssemblyName> 13*16467b97STreehugger Robot <StartupObject> 14*16467b97STreehugger Robot </StartupObject> 15*16467b97STreehugger Robot <FileUpgradeFlags> 16*16467b97STreehugger Robot </FileUpgradeFlags> 17*16467b97STreehugger Robot <OldToolsVersion>2.0</OldToolsVersion> 18*16467b97STreehugger Robot <UpgradeBackupLocation> 19*16467b97STreehugger Robot </UpgradeBackupLocation> 20*16467b97STreehugger Robot </PropertyGroup> 21*16467b97STreehugger Robot <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 22*16467b97STreehugger Robot <DebugSymbols>true</DebugSymbols> 23*16467b97STreehugger Robot <DebugType>full</DebugType> 24*16467b97STreehugger Robot <Optimize>false</Optimize> 25*16467b97STreehugger Robot <OutputPath>bin\Debug\net-2.0\</OutputPath> 26*16467b97STreehugger Robot <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants> 27*16467b97STreehugger Robot <ErrorReport>prompt</ErrorReport> 28*16467b97STreehugger Robot <WarningLevel>4</WarningLevel> 29*16467b97STreehugger Robot </PropertyGroup> 30*16467b97STreehugger Robot <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 31*16467b97STreehugger Robot <DebugType>pdbonly</DebugType> 32*16467b97STreehugger Robot <Optimize>true</Optimize> 33*16467b97STreehugger Robot <OutputPath>bin\Release\net-2.0\</OutputPath> 34*16467b97STreehugger Robot <DefineConstants>TRACE;STRONG_NAME;DOTNET2</DefineConstants> 35*16467b97STreehugger Robot <ErrorReport>prompt</ErrorReport> 36*16467b97STreehugger Robot <WarningLevel>4</WarningLevel> 37*16467b97STreehugger Robot <UseVSHostingProcess>false</UseVSHostingProcess> 38*16467b97STreehugger Robot <DocumentationFile> 39*16467b97STreehugger Robot </DocumentationFile> 40*16467b97STreehugger Robot </PropertyGroup> 41*16467b97STreehugger Robot <ItemGroup> 42*16467b97STreehugger Robot <Compile Include="ANTLRxxxxStreamFixture.cs" /> 43*16467b97STreehugger Robot <Compile Include="RewriteRuleXxxxStreamFixture.cs" /> 44*16467b97STreehugger Robot <Compile Include="TestDriver.cs" /> 45*16467b97STreehugger Robot <Compile Include="ITreeFixture.cs" /> 46*16467b97STreehugger Robot <Compile Include="ITreeNodeStreamFixture.cs" /> 47*16467b97STreehugger Robot <Compile Include="TestFixtureBase.cs" /> 48*16467b97STreehugger Robot <Compile Include="Properties\AssemblyInfo.cs" /> 49*16467b97STreehugger Robot </ItemGroup> 50*16467b97STreehugger Robot <ItemGroup> 51*16467b97STreehugger Robot <Reference Include="MbUnit.Framework, Version=1.0.2700.29885, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5"> 52*16467b97STreehugger Robot <SpecificVersion>False</SpecificVersion> 53*16467b97STreehugger Robot <HintPath>..\..\Libraries\MbUnit\MbUnit.Framework.dll</HintPath> 54*16467b97STreehugger Robot </Reference> 55*16467b97STreehugger Robot </ItemGroup> 56*16467b97STreehugger Robot <ItemGroup> 57*16467b97STreehugger Robot <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime (VS2008).csproj"> 58*16467b97STreehugger Robot <Project>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</Project> 59*16467b97STreehugger Robot <Name>Antlr3.Runtime (VS2008)</Name> 60*16467b97STreehugger Robot </ProjectReference> 61*16467b97STreehugger Robot </ItemGroup> 62*16467b97STreehugger Robot <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 63*16467b97STreehugger Robot <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 64*16467b97STreehugger Robot Other similar extension points exist, see Microsoft.Common.targets. 65*16467b97STreehugger Robot <Target Name="BeforeBuild"> 66*16467b97STreehugger Robot </Target> 67*16467b97STreehugger Robot <Target Name="AfterBuild"> 68*16467b97STreehugger Robot </Target> 69*16467b97STreehugger Robot --> 70*16467b97STreehugger Robot</Project>